Schnittstelle ValidValueProvider.ValidValue

Umschließende Klasse:
ValidValueProvider

public static interface ValidValueProvider.ValidValue
Defines a value that is valid for a certain property. In addition to the profile value a translated display value can be obtained from this interface.
Seit:
5.0
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    Returns a translated label for this option.
    Returns the String that is to be used in the profile property to activate this option
  • Methodendetails

    • getProfileValue

      String getProfileValue()
      Returns the String that is to be used in the profile property to activate this option
      Gibt zurück:
      the string to be used in the profile
      Seit:
      5.0
    • getDisplayString

      String getDisplayString()
      Returns a translated label for this option. The translation will use the locale of the current thread.
      Gibt zurück:
      the translated label for this option
      Seit:
      5.0